home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / alphan_1 / alphanum.cab / ReadMeShareware.txt < prev    next >
Encoding:
Text File  |  1998-11-14  |  6.2 KB  |  211 lines

  1. Alpha Numeric Sort DLL Version 1.0.12
  2. READ ME & SOFTWARE LICENSE AGREEMENT
  3. ===============================================
  4.  
  5. I would like to Thank everyone who have shown
  6. great interest in this product.  I have reworked
  7. the sort algorithm to improve performance.
  8.  
  9. Installation:
  10. -------------
  11. Before installing if you do not have Visual
  12. Basic 6.0 installed you must first install
  13. DCOM95 v1.2 if you are running Windows 95
  14. and then MDAC v2.0 no matter what version
  15. of Windows you are running available
  16. at the following locations.
  17.  
  18. DCOM95 -  http://www.microsoft.com/com/dcom/dcom1_2/dcom1_2.asp
  19. MDAC2.0 - http://www.microsoft.com/msdownload/uda/mdac_typ.asp
  20.  
  21. If you have trouble finding or downloading DCOM95 or MDAC2.0
  22. E-Mail me and I will E-Mail them back to you as an attachment
  23.  
  24. Unzip the file then run the SETUP.EXE file
  25. for installation.
  26.  
  27.  
  28. Registration:
  29. -------------
  30. Note Alpha Numeric Sort DLL will show a
  31. Shareware Nag screen every time you create
  32. a object out of the DLL.  The registered
  33. version will not show any Nag screens.
  34.  
  35. By registering your entitled to use Alpha
  36. Numeric Sort DLL's functionality in a manner
  37. consistent with developing a application that
  38. does not compete with this product.  You may
  39. compile that program and distribute the Alpha
  40. Numeric Sort DLL in your installation Royalty
  41. Free.  
  42.  
  43. This license is for a development on a single
  44. computer only.  For information on a Multiple
  45. computer license or a site license E-Mail
  46. JNelsenDev@aol.com
  47.  
  48. There are 2 different registration options.
  49.  
  50. The first option is for $15, which gets you 
  51. the current registered version of Alpha Numeric 
  52. Sort DLL E-mailed to you.
  53.  
  54. The second option is for $20, which gets you 
  55. the current registered version of Alpha Numeric
  56. Sort DLL with no shareware nag screens on CD-Rom
  57. mailed to you. 
  58.  
  59. Both options entitle you to free E-Mailed upgrades
  60. when they are available.
  61.  
  62. TO REGISTER---
  63. Mail orders to:
  64. James Nelsen
  65. 430 Galaxy Pl.
  66. Sapulpa, OK 74066
  67.  
  68.  
  69. Instructions:
  70. ---------------
  71. Alpha Numeric Sort DLL allows you to sort a string
  72. both Alphabetically & Numerically at the same time without
  73. writing a bunch of code.
  74.  
  75. For Example:
  76.     "FB132"
  77.     "FB90"
  78.     "FB1"
  79.     "FB34"
  80.     "FB003"
  81.     "DX24"
  82. Would Sort to
  83.     "DX24"
  84.     "FB1"
  85.     "FB003"
  86.     "FB09"
  87.     "FB34"
  88.     "FB132"
  89.  
  90. A complete example of how to use this product is
  91. included in AlphaNumSample.vbp
  92.  
  93. Known Limitations:
  94. ---------------
  95. Due to performance considerations the following
  96. limits have been built into the product.
  97.  
  98. Alpha Numeric Sort DLL breaks your string down into
  99. separate Text and Numeric pieces in order to sort
  100. them properly.  You can have a maximum of 10 Text
  101. pieces and 10 Numeric pieces.  Each Text Piece can be
  102. 50 characters long.  For Example.
  103.  
  104. "IXDKD345JGJ9832" breaks down into
  105.  
  106.  "IXDKD"  1st Text
  107.  "345"    1st Numeric
  108.  "JGJ"    2nd Text
  109.  "9832"   2nd Numeric
  110.   
  111.  
  112. Support:
  113. ---------------
  114. For Support E-Mail JNelsenDev@aol.com.  Please
  115. explain what your support issue is and if possible
  116. include a example of your problem.
  117.  
  118. We also welcome comments and suggestions.
  119.  
  120. For more information visit.
  121.  
  122. http://hometown.aol.com/jnelsendev/prof/index.htm
  123.  
  124.  
  125. ===========
  126. License:
  127. ===========
  128. BY USING THIS SOFTWARE, YOU AGREE TO THE
  129. FOLLOWING TERMS AND CONDITIONS:
  130.  
  131. This version of Alpha Numeric Sort DLL is  
  132. shareware.  You are granted a license to use 
  133. Alpha Numeric Sort DLL for a period of up to
  134. 30 days. After that time, you are required to 
  135. license the product or else discontinue its use.
  136.  
  137. You are allowed to make copies of this 
  138. software and distribute it to your friends 
  139. and co-workers, on electronic bulletin
  140. boards, over networks, and so on, as long 
  141. as the product is not modified or is not 
  142. distributed for profit. 
  143.  
  144. If you distribute this software, you agree 
  145. to distribute this installation which contains
  146. the associated files together 
  147. as a group.
  148.  
  149. Ownership of software:
  150. As licensee, you own the media upon which 
  151. the software is recorded or distributed and 
  152. are entitled to use the software, but Galt 
  153. Technology retains title and ownership of 
  154. the original software and all subsequent copies. 
  155. This license is not a sale of the software or 
  156. any copy. You are not allowed to make any 
  157. modifications to, or to create derivative 
  158. works from any of the files that are used 
  159. in this software. This includes all the 
  160. executable, help, installation, and readme 
  161. files.
  162.  
  163. LIMITED WARRANTY:
  164.  
  165. THE SOFTWARE HEREIN ARE PROVIDED "AS IS" WITHOUT 
  166. WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
  167. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
  168. MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  169. PURPOSE. THE USER MUST ASSUME THE ENTIRE RISK AS
  170. TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. 
  171. SHOULD THE SOFTWARE PROVE DEFECTIVE, THE USER 
  172. ASSUMES THE ENTIRE COST OF ALL NECESSARY 
  173. SERVICING, REPAIR, OR CORRECTION. ANY LIABILITY 
  174. OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT 
  175. REPLACEMENT OR REFUND OF PURCHASE PRICE. THIS WARRANTY 
  176. GIVES YOU SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO 
  177. HAVE OTHER RIGHTS WHICH VARY FROM STATE TO STATE.
  178.  
  179. LIMITATION OF LIABILITY:
  180.  
  181. IN NO EVENT SHALL JAMES NELSEN OR ANY ASSOCIATES OR 
  182. ANY OTHER PARTY BE LIBLE FOR ANY DAMAGES WHATSOEVER 
  183. (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF 
  184. BUSINESS PROFITS, LOSS OF SAVINGS, BUSINESS 
  185. INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER 
  186. INCIDENTAL OR CONSEQUENTIAL DAMAGES) ARISING OUT OF THE 
  187. USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF JAMES
  188. NELSEN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 
  189. DAMAGES.
  190.  
  191. Agreement:
  192. You acknowledge that you have read this 
  193. agreement, understand it, and by installing
  194. this software you agree to be bound 
  195. by these terms and conditions. You further agree 
  196. that this is the complete and exclusive 
  197. statement of the agreement between you and 
  198. James Nelsen prior agreement. All rights in 
  199. the software not specifically granted in this
  200. Agreement are reserved by James Nelsen.
  201. If you have any questions about this agreement,
  202. contact James Nelsen in writing or E-Mail.
  203.  
  204. James Nelsen
  205. 430 Galaxy Pl.
  206. Sapulpa, OK 74066
  207. E-Mail: JNelsenDev@aol.com
  208.  
  209. Thank you for using Alpha Numeric Sort DLL.
  210.  
  211. Copyright (C) 1998 James Nelsen.  All Rights Reserved.